Class: Aws::QuickSight::Types::ResourceNotFoundException

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

Overview

One or more resources can't be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


39211
39212
39213
39214
39215
39216
39217
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39211

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

#request_id ⇒ String

The Amazon Web Services request ID for this request.

Returns:

  • (String)


39211
39212
39213
39214
39215
39216
39217
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39211

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

#resource_type ⇒ String

The resource type for this request.

Returns:

  • (String)


39211
39212
39213
39214
39215
39216
39217
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 39211

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