Class: Aws::SSOOIDC::Types::UnsupportedGrantTypeException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb

Overview

Indicates that the grant type in the request is not supported by the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorString

Single error code. For this exception the value will be unsupported_grant_type.

Returns:

  • (String)


747
748
749
750
751
752
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 747

class UnsupportedGrantTypeException < Struct.new(
  :error,
  :error_description)
  SENSITIVE = []
  include Aws::Structure
end

#error_descriptionString

Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.

Returns:

  • (String)


747
748
749
750
751
752
# File 'gems/aws-sdk-core/lib/aws-sdk-ssooidc/types.rb', line 747

class UnsupportedGrantTypeException < Struct.new(
  :error,
  :error_description)
  SENSITIVE = []
  include Aws::Structure
end