class Aws::SSOOIDC::Errors::AuthorizationPendingException
def error
-
(String)-
def error @data[:error] end
def error_description
-
(String)-
def error_description @data[:error_description] end
def initialize(context, message, data = Aws::EmptyStructure.new)
-
data(Aws::SSOOIDC::Types::AuthorizationPendingException) -- -
message(String) -- -
context(Seahorse::Client::RequestContext) --
def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end