Class: Aws::AppStream::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppStream::Errors::ResourceInUseException
- Defined in:
- 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.
221 222 223 |
# File 'lib/aws-sdk-appstream/errors.rb', line 221 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
226 227 228 |
# File 'lib/aws-sdk-appstream/errors.rb', line 226 def @message || @data[:message] end |