Class: Aws::XRay::Types::PolicyCountLimitExceededException

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

Overview

Exceeded the maximum number of resource policies for a target Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



2206
2207
2208
2209
2210
# File 'lib/aws-sdk-xray/types.rb', line 2206

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