Class: Aws::QuickSight::Types::InvalidRequestException

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

Overview

You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


17459
17460
17461
17462
17463
17464
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17459

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


17459
17460
17461
17462
17463
17464
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17459

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