Class: Aws::Shield::Types::NoAssociatedRoleException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb

Overview

The ARN of the role that you specified does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1582
1583
1584
1585
1586
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1582

class NoAssociatedRoleException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end