Class: Aws::ChimeSDKMessaging::Types::ServiceFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ServiceFailureException
- Defined in:
- gems/aws-sdk-chimesdkmessaging/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
3074 3075 3076 3077 3078 3079 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3074 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3074 3075 3076 3077 3078 3079 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3074 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |