Class: Aws::CloudHSMV2::Types::CloudHsmServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::CloudHsmServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsmv2/types.rb
Overview
The request was rejected because an error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
224 225 226 227 228 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 224 class CloudHsmServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |