Class: Aws::S3Outposts::Types::FailedReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::FailedReason
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3outposts/types.rb
Overview
The failure reason, if any, for a create or delete endpoint operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The failure code, if any, for a create or delete endpoint operation.
-
#message ⇒ String
Additional error details describing the endpoint failure and recommended action.
Instance Attribute Details
#error_code ⇒ String
The failure code, if any, for a create or delete endpoint operation.
205 206 207 208 209 210 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 205 class FailedReason < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Additional error details describing the endpoint failure and recommended action.
205 206 207 208 209 210 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 205 class FailedReason < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |