Class: Aws::TrustedAdvisor::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Exception that the request was denied due to conflictions in state
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
165 166 167 168 169 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 165 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |