Class: Aws::ACM::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1477 1478 1479 1480 1481 |
# File 'lib/aws-sdk-acm/types.rb', line 1477 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |