Class: Aws::RedshiftServerless::Types::ResourceNotFoundException

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

Overview

The resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2170
2171
2172
2173
2174
2175
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2170

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

#resource_nameString

The name of the resource that could not be found.

Returns:

  • (String)


2170
2171
2172
2173
2174
2175
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2170

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