Class: Aws::AppStream::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppStream::Errors::LimitExceededException
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
161 162 163 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 161 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
166 167 168 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 166 def @message || @data[:message] end |