Class: Aws::ForecastService::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ResourceAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
There is already a resource with this name. Try again with a different name.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6136 6137 6138 6139 6140 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 6136 class ResourceAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |