Class: Aws::Backup::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
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

#codeString

Returns:

  • (String)


7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-backup/types.rb', line 7946

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

#contextString

Returns:

  • (String)


7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-backup/types.rb', line 7946

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

#messageString

Returns:

  • (String)


7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-backup/types.rb', line 7946

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

#typeString

Returns:

  • (String)


7946
7947
7948
7949
7950
7951
7952
7953
# File 'lib/aws-sdk-backup/types.rb', line 7946

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