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
1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1488 class InvalidArnException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |