Class: Aws::AppStream::Errors::OperationNotPermittedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppStream::Errors::OperationNotPermittedException
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationNotPermittedException
constructor
A new instance of OperationNotPermittedException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationNotPermittedException
Returns a new instance of OperationNotPermittedException.
176 177 178 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 176 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
181 182 183 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 181 def @message || @data[:message] end |