Class: Aws::ACM::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

The specified certificate cannot be found in the caller's account or the caller's account cannot be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1462
1463
1464
1465
1466
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1462

class ResourceNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end