Class: Aws::Backup::Errors::DependencyFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Backup::Errors::DependencyFailureException
- Defined in:
- lib/aws-sdk-backup/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #context ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DependencyFailureException
constructor
A new instance of DependencyFailureException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DependencyFailureException
Returns a new instance of DependencyFailureException.
122 123 124 |
# File 'lib/aws-sdk-backup/errors.rb', line 122 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
127 128 129 |
# File 'lib/aws-sdk-backup/errors.rb', line 127 def code @code || @data[:code] end |
#context ⇒ String
142 143 144 |
# File 'lib/aws-sdk-backup/errors.rb', line 142 def context @data[:context] end |
#message ⇒ String
132 133 134 |
# File 'lib/aws-sdk-backup/errors.rb', line 132 def @message || @data[:message] end |
#type ⇒ String
137 138 139 |
# File 'lib/aws-sdk-backup/errors.rb', line 137 def type @data[:type] end |