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
7597 7598 7599 7600 7601 7602 |
# File 'lib/aws-sdk-chime/types.rb', line 7597 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
7597 7598 7599 7600 7601 7602 |
# File 'lib/aws-sdk-chime/types.rb', line 7597 class ServiceFailureException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |