Class: Aws::ForecastQueryService::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastQueryService::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastqueryservice/types.rb
Overview
The specified resource is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
234 235 236 237 238 |
# File 'lib/aws-sdk-forecastqueryservice/types.rb', line 234 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |