Class: Aws::S3Outposts::Types::FailedReason

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3outposts/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

Instance Attribute Details

#error_codeString

The failure code, if any, for a create or delete endpoint operation.

Returns:

  • (String)


205
206
207
208
209
210
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 205

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

#messageString

Additional error details describing the endpoint failure and recommended action.

Returns:

  • (String)


205
206
207
208
209
210
# File 'gems/aws-sdk-s3outposts/lib/aws-sdk-s3outposts/types.rb', line 205

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