Class: Aws::ACMPCA::Types::InvalidArnException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidArnException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acmpca/types.rb
Overview
The requested Amazon Resource Name (ARN) does not refer to an existing resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1484 1485 1486 1487 1488 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1484 class InvalidArnException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |