Class: Aws::ElementalInference::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elementalinference/types.rb
Overview
The service is temporarily unable to handle the request. Retry the request. If the problem persists, contact AWS Support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1167 1168 1169 1170 1171 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 1167 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |