Class: Aws::Backup::Types::DependencyFailureException

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

Overview

A dependent Amazon Web Services service or resource returned an error to the Backup service, and the action cannot be completed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


2423
2424
2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2423

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

#contextString

Returns:

  • (String)


2423
2424
2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2423

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

#messageString

Returns:

  • (String)


2423
2424
2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2423

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

#typeString

Returns:

  • (String)


2423
2424
2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2423

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