Class: Aws::S3Outposts::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Outposts::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3outposts/types.rb
Overview
There was a conflict with this action, and it could not be completed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
33 34 35 36 37 |
# File 'lib/aws-sdk-s3outposts/types.rb', line 33 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |