Method: Aws::Shield::Types::InvalidOperationException#message

Defined in:
lib/aws-sdk-shield/types.rb

#messageString

Returns:

  • (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