Class: Aws::AppStream::Errors::RequestLimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppStream::Errors::RequestLimitExceededException
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestLimitExceededException
constructor
A new instance of RequestLimitExceededException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestLimitExceededException
Returns a new instance of RequestLimitExceededException.
191 192 193 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 191 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
196 197 198 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 196 def @message || @data[:message] end |