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



10084
10085
10086
10087
10088
10089
10090
10091
# File 'lib/aws-sdk-backup/types.rb', line 10084

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

#contextString



10084
10085
10086
10087
10088
10089
10090
10091
# File 'lib/aws-sdk-backup/types.rb', line 10084

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

#messageString



10084
10085
10086
10087
10088
10089
10090
10091
# File 'lib/aws-sdk-backup/types.rb', line 10084

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

#typeString



10084
10085
10086
10087
10088
10089
10090
10091
# File 'lib/aws-sdk-backup/types.rb', line 10084

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