Class: Aws::XRay::Types::PolicyCountLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::PolicyCountLimitExceededException
- 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
#message ⇒ String
2190 2191 2192 2193 2194 |
# File 'lib/aws-sdk-xray/types.rb', line 2190 class PolicyCountLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |