Class: Aws::IAM::Types::ServiceNotSupportedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

The specified service does not support service-specific credentials.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9151
9152
9153
9154
# File 'lib/aws-sdk-iam/types.rb', line 9151

class ServiceNotSupportedException < Struct.new(
  :message)
  include Aws::Structure
end