Class: Aws::Backup::Types::DependencyFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::DependencyFailureException
- Includes:
- Structure
- Defined in:
- 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
#code ⇒ String
2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-backup/types.rb', line 2412 class DependencyFailureException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-backup/types.rb', line 2412 class DependencyFailureException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-backup/types.rb', line 2412 class DependencyFailureException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
2412 2413 2414 2415 2416 2417 2418 2419 |
# File 'lib/aws-sdk-backup/types.rb', line 2412 class DependencyFailureException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |