Class: Aws::Signer::Types::InternalServiceErrorException

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

Overview

An internal error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


548
549
550
551
552
553
# File 'lib/aws-sdk-signer/types.rb', line 548

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

#messageString

Returns:

  • (String)


548
549
550
551
552
553
# File 'lib/aws-sdk-signer/types.rb', line 548

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