Class: Aws::Glacier::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Returned if the service cannot complete the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
500 Internal Server Error.
-
#message ⇒ String
Returned if the service cannot complete the request.
-
#type ⇒ String
Server.
Instance Attribute Details
#code ⇒ String
500 Internal Server Error
2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-glacier/types.rb', line 2113 class ServiceUnavailableException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Returned if the service cannot complete the request.
2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-glacier/types.rb', line 2113 class ServiceUnavailableException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Server
2113 2114 2115 2116 2117 2118 2119 |
# File 'lib/aws-sdk-glacier/types.rb', line 2113 class ServiceUnavailableException < Struct.new( :type, :code, :message) SENSITIVE = [] include Aws::Structure end |