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)


18791
18792
18793
18794
18795
18796
18797
# File 'lib/aws-sdk-quicksight/types.rb', line 18791

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)


18791
18792
18793
18794
18795
18796
18797
# File 'lib/aws-sdk-quicksight/types.rb', line 18791

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

#resource_typeString

Limit exceeded.

Returns:

  • (String)


18791
18792
18793
18794
18795
18796
18797
# File 'lib/aws-sdk-quicksight/types.rb', line 18791

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