Class: Aws::QuickSight::Types::LimitExceededException

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

Overview

A limit is exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


19749
19750
19751
19752
19753
19754
19755
# File 'lib/aws-sdk-quicksight/types.rb', line 19749

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


19749
19750
19751
19752
19753
19754
19755
# File 'lib/aws-sdk-quicksight/types.rb', line 19749

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

#resource_typeString

Limit exceeded.

Returns:

  • (String)


19749
19750
19751
19752
19753
19754
19755
# File 'lib/aws-sdk-quicksight/types.rb', line 19749

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