Class: Aws::AppStream::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppStream::Errors::ResourceInUseException
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
constructor
A new instance of ResourceInUseException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
Returns a new instance of ResourceInUseException.
237 238 239 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 237 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
242 243 244 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 242 def @message || @data[:message] end |