Class: Aws::Connect::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::InternalServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Request processing failed because of an error or failure with the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message.
Instance Attribute Details
#message ⇒ String
The message.
11740 11741 11742 11743 11744 |
# File 'lib/aws-sdk-connect/types.rb', line 11740 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |