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

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

#codeString

Returns:

  • (String)


10121
10122
10123
10124
10125
10126
10127
10128
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 10121

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

#contextString

Returns:

  • (String)


10121
10122
10123
10124
10125
10126
10127
10128
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 10121

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

#messageString

Returns:

  • (String)


10121
10122
10123
10124
10125
10126
10127
10128
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 10121

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

#typeString

Returns:

  • (String)


10121
10122
10123
10124
10125
10126
10127
10128
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 10121

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