Class: Aws::CloudHSMV2::Types::CloudHsmResourceNotFoundException

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

#messageString

Returns:

  • (String)


196
197
198
199
200
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 196

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