Class: Aws::SecurityLake::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::ResourceNotFoundException
- 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
-
#message ⇒ String
-
#resource_name ⇒ String
The name of the resource that could not be found.
-
#resource_type ⇒ String
The type of the resource that could not be found.
Instance Attribute Details
#message ⇒ String
1656 1657 1658 1659 1660 1661 1662 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1656 class ResourceNotFoundException < Struct.new( :message, :resource_name, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource that could not be found.
1656 1657 1658 1659 1660 1661 1662 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1656 class ResourceNotFoundException < Struct.new( :message, :resource_name, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that could not be found.
1656 1657 1658 1659 1660 1661 1662 |
# File 'gems/aws-sdk-securitylake/lib/aws-sdk-securitylake/types.rb', line 1656 class ResourceNotFoundException < Struct.new( :message, :resource_name, :resource_type) SENSITIVE = [] include Aws::Structure end |