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