Class: Aws::AppStream::Errors::EntitlementAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppStream::Errors::EntitlementAlreadyExistsException
- Defined in:
- lib/aws-sdk-appstream/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EntitlementAlreadyExistsException
constructor
A new instance of EntitlementAlreadyExistsException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EntitlementAlreadyExistsException
Returns a new instance of EntitlementAlreadyExistsException.
71 72 73 |
# File 'lib/aws-sdk-appstream/errors.rb', line 71 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
76 77 78 |
# File 'lib/aws-sdk-appstream/errors.rb', line 76 def @message || @data[:message] end |