Class: Aws::SecurityLake::Types::ResourceNotFoundException

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

Overview

The resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1649
1650
1651
1652
1653
1654
1655
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1649

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

#resource_nameString

The name of the resource that could not be found.

Returns:

  • (String)


1649
1650
1651
1652
1653
1654
1655
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1649

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

#resource_typeString

The type of the resource that could not be found.

Returns:

  • (String)


1649
1650
1651
1652
1653
1654
1655
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1649

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