Class: Aws::XRay::Types::InvalidPolicyRevisionIdException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::InvalidPolicyRevisionIdException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
A policy revision id was provided which does not match the latest policy revision. This exception is also if a policy revision id of 0 is provided via ‘PutResourcePolicy` and a policy with the same name already exists.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      2016 2017 2018 2019 2020  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 2016 class InvalidPolicyRevisionIdException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |