Class: Aws::Backup::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
The request failed due to a temporary failure of the server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
8305 8306 8307 8308 8309 8310 8311 8312 |
# File 'lib/aws-sdk-backup/types.rb', line 8305 class ServiceUnavailableException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
8305 8306 8307 8308 8309 8310 8311 8312 |
# File 'lib/aws-sdk-backup/types.rb', line 8305 class ServiceUnavailableException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
8305 8306 8307 8308 8309 8310 8311 8312 |
# File 'lib/aws-sdk-backup/types.rb', line 8305 class ServiceUnavailableException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
8305 8306 8307 8308 8309 8310 8311 8312 |
# File 'lib/aws-sdk-backup/types.rb', line 8305 class ServiceUnavailableException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |