Method: Aws::SSOOIDC::Types::AccessDeniedException#error
- Defined in:
- lib/aws-sdk-ssooidc/types.rb
#error ⇒ String
Single error code. For this exception the value will be ‘access_denied`.
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 |