Class: Aws::KinesisAnalyticsV2::Types::ErrorInfo

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

Overview

A description of the error that caused an operation to fail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_stringString

An error message that is returned when an operation fails.

Returns:

  • (String)


2413
2414
2415
2416
2417
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 2413

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