Class: Aws::EventBridgeV2::Types::PolicyLengthExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb

Overview

The policy document is larger than the account's resource policy size quota, or larger than the service maximum.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


1894
1895
1896
1897
1898
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 1894

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