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)


887
888
889
890
891
892
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 887

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

#messageString

The detailed error information.

Returns:

  • (String)


887
888
889
890
891
892
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 887

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