Class: Aws::WorkLink::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::ResourceAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
The resource already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
927 928 929 930 931 |
# File 'lib/aws-sdk-worklink/types.rb', line 927 class ResourceAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |