Class: Aws::StorageGateway::Types::StorageGatewayError
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::StorageGatewayError
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Provides additional information about an error that was returned by the service. See the ‘errorCode` and `errorDetails` members for more information about the error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Additional information about the error.
-
#error_details ⇒ Hash<String,String>
Human-readable text that provides detail about the error that occurred.
Instance Attribute Details
#error_code ⇒ String
Additional information about the error.
5858 5859 5860 5861 5862 5863 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5858 class StorageGatewayError < Struct.new( :error_code, :error_details) SENSITIVE = [] include Aws::Structure end |
#error_details ⇒ Hash<String,String>
Human-readable text that provides detail about the error that occurred.
5858 5859 5860 5861 5862 5863 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5858 class StorageGatewayError < Struct.new( :error_code, :error_details) SENSITIVE = [] include Aws::Structure end |