Method: Aws::SSOOIDC::Types::AccessDeniedException#error_description
- Defined in:
- lib/aws-sdk-ssooidc/types.rb
#error_description ⇒ String
Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.
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 |