Class: Aws::XRay::Types::LockoutPreventionException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::LockoutPreventionException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
The provided resource policy would prevent the caller of this request from calling PutResourcePolicy in the future.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      2163 2164 2165 2166 2167  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 2163 class LockoutPreventionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |