Class: Aws::ACMPCA::Types::InvalidArnException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidArnException
- Defined in:
- gems/aws-sdk-acmpca/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
1447 1448 1449 1450 1451 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1447 class InvalidArnException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |