Class: Aws::AppMesh::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
The request has failed due to a temporary failure of the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4100 4101 4102 4103 4104 |
# File 'lib/aws-sdk-appmesh/types.rb', line 4100 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |