Class: Aws::StorageGateway::Types::InternalServerError

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

Overview

An internal server error has occurred during the request. For more information, see the error and message fields.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::StorageGatewayError

A StorageGatewayError that provides more information about the cause of the error.



4228
4229
4230
4231
4232
4233
# File 'lib/aws-sdk-storagegateway/types.rb', line 4228

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

#messageString

A human-readable message describing the error that occurred.

Returns:

  • (String)


4228
4229
4230
4231
4232
4233
# File 'lib/aws-sdk-storagegateway/types.rb', line 4228

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