Method: Aws::SSOOIDC::Types::AccessDeniedException#error_description

Defined in:
lib/aws-sdk-ssooidc/types.rb

#error_descriptionString

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

Returns:

  • (String)


31
32
33
34
35
36
37
# File 'lib/aws-sdk-ssooidc/types.rb', line 31

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