Class: Aws::Backup::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-backup/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
5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5554 class ServiceUnavailableException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5554 class ServiceUnavailableException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5554 class ServiceUnavailableException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5554 5555 5556 5557 5558 5559 5560 5561 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5554 class ServiceUnavailableException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |