Class: Aws::ForecastService::Types::ResourceAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/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

#messageString

Returns:

  • (String)


6136
6137
6138
6139
6140
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6136

class ResourceAlreadyExistsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end