Class: Aws::SSOAdmin::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::InternalServerException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
The request processing has failed because of an unknown error, exception, or failure with an internal server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2151 2152 2153 2154 2155 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 2151 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |