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
1539 1540 1541 1542 1543 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1539 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |