Class: Aws::Shield::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::ResourceAlreadyExistsException
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Exception indicating the specified resource already exists. If available, this exception includes details in additional properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_type ⇒ String
The type of resource that already exists.
Instance Attribute Details
#message ⇒ String
1792 1793 1794 1795 1796 1797 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1792 class ResourceAlreadyExistsException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that already exists.
1792 1793 1794 1795 1796 1797 |
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1792 class ResourceAlreadyExistsException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |