Class: Aws::Glacier::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb

Overview

Returned if the service cannot complete the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

500 Internal Server Error

Returns:

  • (String)


2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2113

class ServiceUnavailableException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returned if the service cannot complete the request.

Returns:

  • (String)


2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2113

class ServiceUnavailableException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Server

Returns:

  • (String)


2113
2114
2115
2116
2117
2118
2119
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2113

class ServiceUnavailableException < Struct.new(
  :type,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end