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



2665
2666
2667
2668
2669
# File 'lib/aws-sdk-xray/types.rb', line 2665

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