Class: Aws::ACMPCA::Types::InvalidArnException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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