Class: Aws::Comprehend::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
The specified resource name is already in use. Use a different name and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6383 6384 6385 6386 6387 |
# File 'lib/aws-sdk-comprehend/types.rb', line 6383 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |