Class: Aws::CloudHSMV2::Types::CloudHsmInternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CloudHsmInternalFailureException
- Defined in:
- gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb
Overview
The request was rejected because of an CloudHSM internal failure. The request can be retried.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
184 185 186 187 188 |
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 184 class CloudHsmInternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |