Class: Aws::QuickSight::Types::ResourceExistsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The resource specified already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


26470
26471
26472
26473
26474
26475
26476
# File 'lib/aws-sdk-quicksight/types.rb', line 26470

class ResourceExistsException < Struct.new(
  :message,
  :resource_type,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


26470
26471
26472
26473
26474
26475
26476
# File 'lib/aws-sdk-quicksight/types.rb', line 26470

class ResourceExistsException < Struct.new(
  :message,
  :resource_type,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type for this request.

Returns:

  • (String)


26470
26471
26472
26473
26474
26475
26476
# File 'lib/aws-sdk-quicksight/types.rb', line 26470

class ResourceExistsException < Struct.new(
  :message,
  :resource_type,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end