Class: Aws::Kendra::Types::ResourceAlreadyExistException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ResourceAlreadyExistException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
The resource you want to use already exists. Please check you have provided the correct resource and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8424 8425 8426 8427 8428 |
# File 'lib/aws-sdk-kendra/types.rb', line 8424 class ResourceAlreadyExistException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |