Class: Aws::XRay::Types::RuleLimitExceededException

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

Overview

You have reached the maximum number of sampling rules.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2311
2312
2313
2314
2315
# File 'lib/aws-sdk-xray/types.rb', line 2311

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