Class: Aws::CognitoIdentity::Types::ExternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::ExternalServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
An exception thrown when a dependent service such as Facebook or Twitter is not responding
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned by an ExternalServiceException.
Instance Attribute Details
#message ⇒ String
The message returned by an ExternalServiceException
256 257 258 259 260 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 256 class ExternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |