Class: Aws::Shield::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Exception indicating the specified resource does not exist. If available, this exception includes details in additional properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_type ⇒ String
Type of resource.
Instance Attribute Details
#message ⇒ String
1811 1812 1813 1814 1815 1816 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1811 class ResourceNotFoundException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource.
1811 1812 1813 1814 1815 1816 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1811 class ResourceNotFoundException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |