Class: Aws::ACMPCA::Types::InvalidRequestException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ACMPCA::Types::InvalidRequestException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-acmpca/types.rb
 
Overview
The request action cannot be performed or is prohibited.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1535 1536 1537 1538 1539  | 
    
      # File 'lib/aws-sdk-acmpca/types.rb', line 1535 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |