Class: Aws::GroundStation::Errors::DependencyException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::GroundStation::Errors::DependencyException
- Defined in:
- sig/errors.rbs,
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.
48 49 50 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 48 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
53 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 53
def message: () -> ::String
|
#parameter_name ⇒ String
58 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 58
def parameter_name: () -> ::String
|