Method: Aws::SSOOIDC::Types::AccessDeniedException#error

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

#errorString

Single error code. For this exception the value will be ‘access_denied`.

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