Class: Aws::SSOOIDC::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOOIDC::Types::InternalServerException
- Defined in:
- gems/aws-sdk-ssooidc/lib/aws-sdk-ssooidc/types.rb
Overview
Indicates that an error from the service occurred while trying to process a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error ⇒ String
187 188 189 190 191 192 |
# File 'gems/aws-sdk-ssooidc/lib/aws-sdk-ssooidc/types.rb', line 187 class InternalServerException < Struct.new( :error, :error_description) SENSITIVE = [] include Aws::Structure end |
#error_description ⇒ String
187 188 189 190 191 192 |
# File 'gems/aws-sdk-ssooidc/lib/aws-sdk-ssooidc/types.rb', line 187 class InternalServerException < Struct.new( :error, :error_description) SENSITIVE = [] include Aws::Structure end |