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)


2129
2130
2131
2132
2133
2134
2135
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2129

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

#messageString

Returned if the service cannot complete the request.

Returns:

  • (String)


2129
2130
2131
2132
2133
2134
2135
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2129

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

#typeString

Server

Returns:

  • (String)


2129
2130
2131
2132
2133
2134
2135
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 2129

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