Class: Aws::Imagebuilder::Errors::ResourceDependencyException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Imagebuilder::Errors::ResourceDependencyException
- Defined in:
- lib/aws-sdk-imagebuilder/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceDependencyException
constructor
A new instance of ResourceDependencyException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceDependencyException
Returns a new instance of ResourceDependencyException.
224 225 226 |
# File 'lib/aws-sdk-imagebuilder/errors.rb', line 224 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
229 230 231 |
# File 'lib/aws-sdk-imagebuilder/errors.rb', line 229 def @message || @data[:message] end |