Class: Aws::SecretsManager::Types::InternalServiceError

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

Overview

An error occurred on the server side.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


975
976
977
978
979
# File 'lib/aws-sdk-secretsmanager/types.rb', line 975

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