Class: Aws::WorkSpaces::Errors::ResourceLimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkSpaces::Errors::ResourceLimitExceededException
- Defined in:
- lib/aws-sdk-workspaces/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceLimitExceededException
constructor
A new instance of ResourceLimitExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceLimitExceededException
Returns a new instance of ResourceLimitExceededException.
279 280 281 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 279 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
284 285 286 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 284 def @message || @data[:message] end |