Class: Aws::GroundStation::Errors::ResourceLimitExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::GroundStation::Errors::ResourceLimitExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-groundstation/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceLimitExceededException
constructor
A new instance of ResourceLimitExceededException.
- #message ⇒ String
- #parameter_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceLimitExceededException
Returns a new instance of ResourceLimitExceededException.
103 104 105 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 103 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
108 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 108
def message: () -> ::String
|
#parameter_name ⇒ String
113 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 113
def parameter_name: () -> ::String
|