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)


1526
1527
1528
1529
1530
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1526

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