Class: Aws::S3Control::Types::IdempotencyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::IdempotencyException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3532 3533 3534 3535 3536 |
# File 'lib/aws-sdk-s3control/types.rb', line 3532 class IdempotencyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |