Class: Aws::ConnectContactLens::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectContactLens::Types::InternalServiceException
- Defined in:
- gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb
Overview
Request processing failed due to an error or failure with the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
88 89 90 91 92 |
# File 'gems/aws-sdk-connectcontactlens/lib/aws-sdk-connectcontactlens/types.rb', line 88 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |