Class: Aws::ACMPCA::Types::InvalidArgsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidArgsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
One or more of the specified arguments was not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1470 1471 1472 1473 1474 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1470 class InvalidArgsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |