Class: Aws::StorageGateway::Types::ServiceUnavailableError

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

Overview

An internal server error has occurred because the service is unavailable. 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.



5683
5684
5685
5686
5687
5688
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5683

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

#messageString

A human-readable message describing the error that occurred.

Returns:

  • (String)


5683
5684
5685
5686
5687
5688
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 5683

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