Class: Aws::CloudHSMV2::Types::CloudHsmInternalFailureException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudhsmv2/types.rb

Overview

The request was rejected because of an AWS CloudHSM internal failure. The request can be retried.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


169
170
171
172
173
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 169

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