Class: Aws::RedshiftDataAPIService::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftdataapiservice/types.rb

Overview

The Amazon Redshift Data API operation failed due to a missing resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


1191
1192
1193
1194
1195
1196
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1191

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

#resource_idString

Resource identifier associated with the exception.

Returns:

  • (String)


1191
1192
1193
1194
1195
1196
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1191

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