Class: Aws::ACMPCA::Types::InvalidPolicyException

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

Overview

The resource policy is invalid or is missing a required statement. For general information about IAM policy and statement structure, see Overview of JSON Policies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1522
1523
1524
1525
1526
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1522

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