Class: Aws::CloudHSMV2::Types::CloudHsmResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CloudHsmResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
The request was rejected because it refers to a resource that cannot be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
211 212 213 214 215 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 211 class CloudHsmResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |