Class: Aws::GroundStation::Errors::DependencyException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GroundStation::Errors::DependencyException
- Defined in:
- lib/aws-sdk-groundstation/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DependencyException
constructor
A new instance of DependencyException.
- #message ⇒ String
- #parameter_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DependencyException
Returns a new instance of DependencyException.
46 47 48 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 46 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
51 52 53 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 51 def @message || @data[:message] end |
#parameter_name ⇒ String
56 57 58 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 56 def parameter_name @data[:parameter_name] end |