Class: Aws::ForecastService::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
The specified resource is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6120 6121 6122 6123 6124 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6120 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |