Class: Aws::Chime::Types::ServiceFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ServiceFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The service encountered an unexpected error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
7431 7432 7433 7434 7435 7436 |
# File 'lib/aws-sdk-chime/types.rb', line 7431 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
7431 7432 7433 7434 7435 7436 |
# File 'lib/aws-sdk-chime/types.rb', line 7431 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |