Class: Aws::ChimeSDKMessaging::Types::ServiceFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ServiceFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The service encountered an unexpected error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
3061 3062 3063 3064 3065 3066 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3061 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3061 3062 3063 3064 3065 3066 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3061 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |