Class: Aws::Shield::Types::InvalidOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::InvalidOperationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Exception that indicates that the operation would not cause any change to occur.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1086 1087 1088 1089 1090 |
# File 'lib/aws-sdk-shield/types.rb', line 1086 class InvalidOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |