Class: Aws::Schemas::Types::ErrorOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


736
737
738
739
740
741
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 736

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

#messageString

The message string of the error output.

Returns:

  • (String)


736
737
738
739
740
741
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 736

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