Class: Aws::ForecastService::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


6149
6150
6151
6152
6153
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6149

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