Class: Aws::CloudHSM::Types::CloudHsmServiceException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb

Overview

Indicates that an exception occurred in the AWS CloudHSM service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Additional information about the error.

Returns:

  • (String)


60
61
62
63
64
65
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 60

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

#retryableBoolean

Indicates if the action can be retried.

Returns:

  • (Boolean)


60
61
62
63
64
65
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 60

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