Class: Aws::Finspace::Types::ResourceAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

The specified resource group already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4585
4586
4587
4588
4589
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4585

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