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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/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

Returns:

  • (String)


1935
1936
1937
1938
1939
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1935

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