Class: Aws::CognitoSync::Types::InternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::InternalErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Indicates an internal service error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message returned by InternalErrorException.
Instance Attribute Details
#message ⇒ String
Message returned by InternalErrorException.
547 548 549 550 551 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 547 class InternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |