Class: Aws::PCS::Types::ErrorInfo

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

Overview

An error that occurred during resource creation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The short-form error code.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1021

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

#messageString

The detailed error information.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1021

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