Class: Aws::SSM::Types::ResourcePolicyNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::ResourcePolicyNotFoundException
 
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
No policies with the specified policy ID and hash could be found.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 17462 17463 17464 17465 17466 | # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17462 class ResourcePolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |