Class: Aws::ForecastService::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ForecastService::Errors::ResourceInUseException
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/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.
108 109 110 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/errors.rb', line 108 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
113 114 115 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/errors.rb', line 113 def @message || @data[:message] end |