Class: Aws::GroundStation::Errors::ResourceLimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GroundStation::Errors::ResourceLimitExceededException
- Defined in:
- 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.
86 87 88 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 86 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
91 92 93 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 91 def @message || @data[:message] end |
#parameter_name ⇒ String
96 97 98 |
# File 'lib/aws-sdk-groundstation/errors.rb', line 96 def parameter_name @data[:parameter_name] end |