Class: Aws::AppStream::Errors::OperationNotPermittedException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationNotPermittedException

Returns a new instance of OperationNotPermittedException.

Parameters:



176
177
178
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 176

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


181
182
183
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 181

def message
  @message || @data[:message]
end