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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:

  • (String)


25294
25295
25296
25297
25298
25299
25300
# File 'lib/aws-sdk-quicksight/types.rb', line 25294

class ResourceNotFoundException < 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)


25294
25295
25296
25297
25298
25299
25300
# File 'lib/aws-sdk-quicksight/types.rb', line 25294

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

#resource_typeString

The resource type for this request.

Returns:

  • (String)


25294
25295
25296
25297
25298
25299
25300
# File 'lib/aws-sdk-quicksight/types.rb', line 25294

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