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
2399 2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-chime/types.rb', line 2399 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2399 2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-chime/types.rb', line 2399 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |